home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / mx / core / ContainerGlobals.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  268 b   |  16 lines

  1. package mx.core
  2. {
  3.    import flash.display.InteractiveObject;
  4.    
  5.    public class ContainerGlobals
  6.    {
  7.       public static var focusedContainer:InteractiveObject;
  8.       
  9.       public function ContainerGlobals()
  10.       {
  11.          super();
  12.       }
  13.    }
  14. }
  15.  
  16.